Skip to content

fix: point AEO cross-link audit skill at Peec snapshot files#185

Closed
rachaelrenk wants to merge 1 commit into
mainfrom
fix/aeo-crosslink-peec-snapshot
Closed

fix: point AEO cross-link audit skill at Peec snapshot files#185
rachaelrenk wants to merge 1 commit into
mainfrom
fix/aeo-crosslink-peec-snapshot

Conversation

@rachaelrenk
Copy link
Copy Markdown
Contributor

Problem

The AEO cross-link audit skill referenced "Peec MCP" as its data source for Peec signals. Scheduled cloud agents don't have a Peec MCP server configured, so the agent skipped Peec data entirely — producing PRs grounded only in GSC + repo signals.

The Peec snapshot workflow (scripts/generate_peec_aeo_snapshot.py in the buzz repo) already generates latest.json at /workspace/buzz/aeo-snapshots/docs/agents-orchestration/ specifically for this use case. The skill just never pointed at it.

Fix

Updated the "Source data" and "Workflow" sections of the skill to:

  1. Read the Peec snapshot file at the known path as the primary Peec source
  2. Use the prompts, query_clusters, recommendations, and candidate_docs_areas fields
  3. Fall back to Peec MCP only if the snapshot is missing or stale (>30 days)

This is a one-line path change in the skill — no logic or structural changes.


Conversation: https://app.warp.dev/conversation/1199f3d1-6742-4b0d-ad0b-51534e01add7
Run: https://oz.warp.dev/runs/019e9352-927e-7de8-a299-5b3403b451d2

This PR was generated with Oz.

The skill referenced 'Peec MCP' as its data source, but scheduled cloud
agents don't have a Peec MCP server configured. The snapshot workflow
already generates latest.json at a known path in the buzz repo — update
the skill to read that file directly, with MCP as a fallback.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Jun 5, 2026
@vercel
Copy link
Copy Markdown

vercel Bot commented Jun 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Jun 5, 2026 5:37pm

Request Review

@rachaelrenk
Copy link
Copy Markdown
Contributor Author

duplicate of work in https://github.com/warpdotdev/docs/pull/186/changes

@rachaelrenk rachaelrenk closed this Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant